Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Reverse Method

In This Topic
    Reverse Method (Fraction<T>)
    In This Topic
    Reverse the fraction.
    Syntax
    'Declaration
     
    
    Public Shared Function Reverse( _
       ByVal value As Fraction(Of T) _
    ) As Fraction(Of T)
    public static Fraction<T> Reverse( 
       Fraction<T> value
    )

    Parameters

    value
    See Also